projects
/
dcmtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a185945
)
set dicomdict path for tests
author
Gert Wollny
<gw.fossdev@gmail.com>
Tue, 1 Dec 2015 03:05:36 +0000
(
04:05
+0100)
committer
Gert Wollny
<gw.fossdev@gmail.com>
Tue, 1 Dec 2015 03:05:36 +0000
(
04:05
+0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 1338132f92d46b523c1b82a881679f8578e29d87..e4ac67106f1c37f99c23b098b23c9880d0819cb7 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-4,6
+4,9
@@
# reduce overlinking:
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+# needed for the tests
+export DCMDICTPATH=dcmdata/data/dicom.dic
+
# deduce documentation option (build-indep target)
ifeq "" "$(filter %-doc,$(shell dh_listpackages))"
BUILDDOC = OFF